xen.git
2007-09-21 Keir FraserAdd AMD IOMMU support into hypervisor
2007-09-21 Keir FraserFix build after tracing changes.
2007-09-21 George Dunlap[xen][hvm][tracing] Refine hvm tracing
2007-09-21 George Dunlap[xen][tracing] Introduce variable-size trace records
2007-09-21 Keir Fraservmx: Fix VMCS state pretty printing.
2007-09-20 Keir FraserFix tools/console to build on NetBSD.
2007-09-20 Keir Fraservtd: Fix init/destroy domain hooks.
2007-09-20 Keir Fraserlibelf: OpenBSD and NetBSD portability.
2007-09-20 Keir Fraservtd: cleanups to iommu code.
2007-09-20 Keir Frasercpufreq: Support cpufreq updates on AMD hardware by...
2007-09-20 Keir Fraser[XM-TEST] Fixes a parameter to the external tools used
2007-09-20 Tim DeeganMerge
2007-09-20 Tim Deegan[HVM] iommu p2m ops: check guest is translated, and...
2007-09-20 Keir FraserFix typo in blktap script.
2007-09-20 Keir Fraservmx: Fix 64-bit asm stub for VM entry/exit.
2007-09-20 Tim DeeganMerge
2007-09-20 Keir Fraserdomctl and p2m changes for PCI passthru.
2007-09-20 Keir FraserVTD: Small fix to iommu initialisation.
2007-09-20 Keir Fraser[VTD] dynamically determines whether to link with libpc...
2007-09-19 Tim Deegan[TOOLS] Make xc_domain_{save, restore} understand compa...
2007-09-19 kfraser@localhost... libxc portability fixes for NetBSD.
2007-09-19 kfraser@localhost... ia64: Fix target for Linux image install.
2007-09-19 kfraser@localhost... vmx: Print VMCS state in a more helpful format.
2007-09-19 kfraser@localhost... hvm: Always keep canonical copy of RIP/RSP/RFLAGS in
2007-09-19 Ian CampbellUsing "make install" causes a distro specific script
2007-09-19 George Dunlap[shadow] Be smarter about what we check to avoid unnece...
2007-09-19 George Dunlap[SHADOW] Use fast-unshadow for early_unshadow heuristic.
2007-09-19 kfraser@localhost... hvm: hvm_{load,store}_cpu_guest_regs() does not touch...
2007-09-19 kfraser@localhost... PCI passthru various Xen changes.
2007-09-19 kfraser@localhost... PCI passthru: VT-d I/O hooks.
2007-09-18 kfraser@localhost... IRQ injection changes for HVM PCI passthru.
2007-09-18 kfraser@localhost... Log an error when enabling shadow mode fails for live...
2007-09-18 kfraser@localhost... Evaluate XEN_GUEST_HANDLE_64 twice.
2007-09-18 kfraser@localhost... xm: Extend width of ID in 'xm list --label' to 5 digits
2007-09-18 kfraser@localhost... [VTPM] VTPM manager -- Fix parameter check
2007-09-18 kfraser@localhost... [VTPM] Fix vTPM function in HVM domain
2007-09-18 Steven HandIntercept TS on SVM.
2007-09-18 kfraser@localhost... Revert 15826:447db1235adf1bc59bbd76c951716c3df7ee8843.
2007-09-18 kfraser@localhost... hvm: Support hardware task switching.
2007-09-17 kfraser@localhost... hvm: New HVM function hvm_set_segment_register().
2007-09-17 Tim Deegan[XEN] p2m: internal p2m_set_entry() function uses types...
2007-09-14 kfraser@localhost... Intel vt-d specific changes in arch/x86/hvm/vmx/vtd.
2007-09-14 kfraser@localhost... PCI passthru: tools changes (generic and vt-d)
2007-09-14 kfraser@localhost... x86: fix NUMA code for 32bit
2007-09-14 kfraser@localhost... qemu-dm: fix block-raw io debug print
2007-09-14 kfraser@localhost... Fix xm dump-core command for paused domain.
2007-09-14 kfraser@localhost... Fix 'xm reboot'
2007-09-14 kfraser@localhost... Fix two memory leaks in xend.
2007-09-14 kfraser@localhost... Let Xen cmdline boolean options be specified as "=0...
2007-09-14 Tim Deegan[XEN] add typed p2m entry-setting function
2007-09-12 kfraser@localhost... Generic and VT-d specific Xen header changes for PCI...
2007-09-12 kfraser@localhost... x86: allow Dom0 to drive PC speaker
2007-09-12 Tim Deegan[XEN] Fix assert in typed p2m code
2007-09-12 kfraser@localhost... docs: Fix typos.
2007-09-11 James Bulpin[xm-test] Set "console=xvc0" for xm-test guests on...
2007-09-11 kfraser@localhost... [QEMU] Enhance raw io reliability
2007-09-11 kfraser@localhost... qemu: Backport qemu vnc/event-loop fix from upstream.
2007-09-11 kfraser@localhost... hvmloader: ACPI DSDT dynamically indicates presence...
2007-09-11 kfraser@localhost... Fix memory leak in xend
2007-09-11 kfraser@localhost... Add 'type vnc' to vfb device sexpr for HVM guest
2007-09-11 Tim DeeganXend: "shadow_memory" setting in xm config is in MiB...
2007-09-11 kfraser@localhost... x86: Clean up asm keyword usage (asm volatile rather...
2007-09-11 kfraser@localhost... x86: Use halt() macro instead of direct HLT asm.
2007-09-11 kfraser@localhost... xenstore: Remove incorrect comment.
2007-09-10 Alex Williamsonmerge with xen-unstable.hg (staging)
2007-09-10 Alex Williamson[IA64] Use xc_map_foreign_pages() in copy_from_GFW_to_n...
2007-09-10 Alex Williamson[IA64] Cleanup within vti code
2007-09-10 kfraser@localhost... x86: Cleanup system restart code, and wait 10ms for...
2007-09-10 kfraser@localhost... x86: Handle 'self-IPI' on legacy UP systems with no...
2007-09-10 kfraser@localhost... Change prototype of machine_restart to void machine_res...
2007-09-10 kfraser@localhost... vmx: Sync with SVM TPR/CR8 changes.
2007-09-10 kfraser@localhost... svm: Greatly reduce total number of CR8 intercepts
2007-09-10 Tim Deegan[HVM] Add type information to the p2m map.
2007-09-10 kfraser@localhost... [libxen] Compilation fix.
2007-09-10 kfraser@localhost... Remove dead code in acpi sleep.
2007-09-08 kfraser@localhost... Install xen/xsm headers to .../usr/include/xen/xsm/
2007-09-07 Alex Williamsonmerge with xen-unstable.hg (staging)
2007-09-07 kfraser@localhost... hvm: Fix up guest_table handling after p2m changes.
2007-09-07 kfraser@localhost... x86/32: Fix domain_relinquish_resources().
2007-09-07 kfraser@localhost... xc_map_foreign_pages(), a convenient alternative to...
2007-09-07 kfraser@localhost... Fix error message and wait time for xm block-detach...
2007-09-07 kfraser@localhost... xend: Fix error message for xm trigger command.
2007-09-07 kfraser@localhost... xend: waitForDevices() on xm reboot.
2007-09-07 kfraser@localhost... Fix xenstored's dup2() usage.
2007-09-07 kfraser@localhost... PV-on-HVM: Fix non-SMP build warning for PV-on-HVM...
2007-09-07 kfraser@localhost... Check for libxml2 if security tools are to be built...
2007-09-06 Alex Williamson[IA64] Foreign p2m: make xc_ia64_get_pfn_list() static
2007-09-06 Alex Williamson[IA64] Foreign p2m: rewrite save/restore with foreign p2m
2007-09-06 Alex Williamson[IA64] Foreign p2m: xc_core: ia64 xc_core_arch_gpfn_may...
2007-09-06 Alex Williamson[IA64] Foreign p2m: test module
2007-09-06 Alex Williamson[IA64] Foreign p2m: libxc side
2007-09-06 Alex Williamson[IA64] Foreign p2m: xen side
2007-09-06 Alex Williamson[IA64] Foreign p2m: Fix vti domain builder.
2007-09-06 Alex Williamson[IA64] Add missing continuable destroy domain chunk
2007-09-06 Alex Williamson[IA64] fix build - missing include
2007-09-06 Alex Williamsonmerge with xen-unstable.hg (staging)
2007-09-06 kfraser@localhost... Fix domain restore after memory auto-balloon changes.
2007-09-06 kfraser@localhost... Fix xm-test python import after XSM security changes.
2007-09-06 kfraser@localhost... [XSM] correctly rename, relocate and patch the security...
2007-09-06 kfraser@localhost... [XSM] correctly located update_va_mapping hook within...
next